statement ['steitmənt] danh từ sự bày tỏ, sự trình bày, sự phát biểu to...
Câu ví dụ
They use the Goto statement to control the flow of the program. Chúng dựa trên lệnh GOTO để điều khiển chương trình.
Here is the program using goto statement. Sau đây là chương trình được viết với câu lệnh goto.
The GOTO statement consists of the GOTO keyword, followed by a label_name. Lệnh GOTO bao gồm từ khóa GOTO kèm theo tên nhãn label_name
The C++ goto statement is also known as jump statement. Câu lệnh goto trong C++ còn được gọi là câu lệnh nhảy.
Then you will end the loop with a break, return or goto statement. Lệnh case phải được kết thúc bởi break, return hay goto.
Each case must end with a break, a return, or a goto statement. Lệnh case phải được kết thúc bởi break, return hay goto.
C# provides goto statement instead of the break statement. C # cung cấp câu lệnh goto thay vì câu lệnh break.
Most programmers will tell you that the GOTO statement should be avoided. Hầu hết các người lập trình có kinh nghiệm đều tránh dùng lệnh goto.
3.1 GO TO Statement The goto statement is an unconditional branch statement. Câu lệnh goto là lệnh rẽ nhánh vô điều kiện (unconditional branch statement).
The GOTO statement causes an unconditional branch. Câu lệnh goto là lệnh rẽ nhánh vô điều kiện (unconditional branch statement).